home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / aclocal-1.5 / strip.m4 < prev    next >
Encoding:
M4 Source File  |  2005-10-16  |  600 b   |  12 lines

  1. # One issue with vendor `install' (even GNU) is that you can't
  2. # specify the program used to strip binaries.  This is especially
  3. # annoying in cross-compiling environments, where the build's strip
  4. # is unlikely to handle the host's binaries.
  5. # Fortunately install-sh will honor a STRIPPROG variable, so we
  6. # always use install-sh in `make install-strip', and initialize
  7. # STRIPPROG with the value of the STRIP variable (set by the user).
  8. AC_DEFUN([AM_PROG_INSTALL_STRIP],
  9. [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  10. INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
  11. AC_SUBST([INSTALL_STRIP_PROGRAM])])
  12.